home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / tt / elfback.lzh / ELFBACK.DOC next >
Text File  |  1993-01-15  |  6KB  |  129 lines

  1.                          E.L.F Software
  2.                        ELFBACK User Guide
  3.  
  4. I. General Description
  5.  
  6.      ELFBACK.PRG provides an easy way to do hard disk backups for 
  7. the TT030 platform.  It uses LHARC.TTP to compress the files, and 
  8. uses a built-in ramdisk (similar to TURTLE) to speed up I/O.
  9.      Like TURTLE, it uses the "archive bit" in the file directory 
  10. to indicate that the file has been archived (for use with 
  11. incremental backups).
  12.      It also allows you to inspect each floppy before you write 
  13. on it, and to either reformat, erase (faster than reformatting), 
  14. or use the remaining space on the floppy and preserve the 
  15. existing files.
  16.      Files with an LZH extension will not be backed up (a 
  17. limitation of LHARC). You can use LHARC.TTP to restore all or 
  18. some of the files (see LHARC documentation).
  19.  
  20. II. Select Drive
  21.  
  22.      The first menu is used to select the hard disk drive to be 
  23. backed up, and whether to back up the entire disk or only a those 
  24. files in a given folder (including all folders in that folder, 
  25. etc.).  Note: folder, directory, and pathname all mean the same 
  26. thing, more or less.
  27.  
  28. III. Select Directory
  29.  
  30.      If you click the "Select Pathname" button, you will now see 
  31. the file selector.  Your only goal here is to set the Directory 
  32. name (the long line of text above the directory listing).  The 
  33. filename selected (the short line of text to the right of the 
  34. directory listing) will be ignored (unless it is a folder).
  35.      If you specify a file extension or partial wildcard, only 
  36. matching files will be backed up.  For example, "C:\*.DOC" will 
  37. back up all "DOC" files on drive C.  "D:\CODE\TEST.?" will back 
  38. up all files in the "D:\CODE" folder named "TEST" and any one 
  39. letter extension, such as "TEST.C", "TEST.H", and "TEST.O".
  40.      If you click the "Cancel" button, the program will quit.
  41.  
  42. IV.  Options Menu
  43.  
  44.      Here you can set the file name of the LZH file to be written 
  45. to floppies.  Note: the name will automatically end with "1", 
  46. which increments to "2" etc. as each floppy is filled.
  47.      If you click the "Files" box, ELFBACK will display the 
  48. number of files which will be backed up using the current option 
  49. settings.
  50.      The "FULL" option backs up every file, whereas the 
  51. "Incremental" option only backs up those files which have not 
  52. been backed up before, provided the "Set Archive Bit" was 
  53. selected during the previous backup.
  54.       The "No *.BAK" option means that no files with a BAK 
  55. extension will be saved (OK, so it's a personal hang up).
  56.  
  57. V.   Insert new Floppy
  58.  
  59.      You will now be asked to insert the floppy on which you wish 
  60. to write the LZH file.  The ringing will stop as soon as you move 
  61. the mouse or press any key.  Click "A" for drive A or "B" drive 
  62. B.
  63.  
  64. VI.  Verify Floppy
  65.  
  66.      If the disk is already formatted, the file selector will now 
  67. appear so that you can inspect the floppy and decide whether you 
  68. really want to reformat or erase it.  If you have the Universal 
  69. Item Selector, you can also selectively delete files, etc.  You 
  70. can even rename the LZH file at this point.
  71.      If you swap floppies, clicking the bar above the directory 
  72. listing will produce a new listing.  Once you have found a floppy 
  73. you don't mind losing, click "OK".  The "Cancel" button
  74. allows you to quit the program.
  75.  
  76. VII. Floppy Options
  77.  
  78.      "As Is" will use the remaining space on the floppy, 
  79. preserving all existing files.  "Erase" wipes out the directory 
  80. and FAT, which achieves the same effect as deleting all files 
  81. (only much faster).  "Reformat" will reformat the floppy.
  82.      The reformat menu is pretty self explanatory.  The default 
  83. settings are for maximum floppy size, but may not be readable by 
  84. other computers. "Cancel" can be used to either quit the program 
  85. or return to the Verify Floppy step.
  86.  
  87. VIII. Status Display
  88.  
  89.      At this point you might want to go do something else.  The 
  90. computer will start ringing when it's time to insert a new 
  91. floppy.  But if you have nothing better to do, you can always 
  92. watch the status display.
  93.      The top slide bar (containing the pathname) shows how much 
  94. of the hard disk you have processed.  The middle slide bar shows 
  95. how much of the ramdisk has been filled (maximum equals the 
  96. available space on the floppy).  The bottom slide bar shows how 
  97. much of the LZH file has been copied from the ramdisk to the 
  98. floppy (which obviously doesn't start until the ramdisk is filled 
  99. or the backup is complete).
  100.      The next two lines of text shows the filename currently 
  101. being processed.  Don't get worried if you see " * Failed" 
  102. appear.  This just means that the resulting LZH file was too big 
  103. to fit on the floppy (see next section).  The last file added 
  104. will be removed and a smaller one will be tried.  Also, the 
  105. filenames will be displayed a second time (after the floppy is 
  106. written) when the archive bits are being set.  If you blink, 
  107. you'll miss it.
  108.      Finally, "Size:" is the size of this file (uncompressed) in 
  109. bytes.  "Files:" is the number of files left to go, "Floppy #" is 
  110. the index of the current floppy disk.
  111.  
  112. IX.  Compression
  113.  
  114.      Since ELFBACK doesn't know how large a file will be after 
  115. compression, it chooses the largest file it "thinks" will fit in 
  116. the available space.  If the compressed file doesn't fit, it 
  117. remembers how large the compressed file is, so any given file 
  118. will only have to be compressed at most two times.
  119.  
  120. X.   Errors
  121.  
  122.      Standard Out is redirected to a file LHARC.LOG, which will 
  123. preserve any error description for posterity (see LHARC 
  124. documentation).  Also, if an error occurs while the ramdisk is 
  125. active, the file selector will appear to allow you to save the 
  126. contents of the ramdisk to some other floppy or hard disk.
  127.  
  128.  
  129.